data dependence造句
例句与造句
- In some sense , our data dependence analysis is an exact method
静态测试在限定的范围内是精确测试。 - We also describe a dynamic method of detecting data dependence
同时,我们还提出了判断数据相关性的动态测试。 - Simulation results show that this two methods can detect data dependence not only exactly but also efficiently
模拟结果表明,该算法能够获得8 . 7的加速比。 - In this paper we propose a new simple approach for analyzing data dependence on dlx code using register queues
与常用的基于数据流图的方法不同,我们提出了一种通过寄存器队列检测指令间寄存器数据相关的算法。 - While executing the program , we memorize all the values of each array variable . the analysis will stop if data dependence is found
动态测试就是在解释执行程序的同时,记录串行程序对数组元素的访问,如果发现数据相关就终止测试。 - It's difficult to find data dependence in a sentence. 用data dependence造句挺难的
- Although it is not an exact method in data dependence analysis , it can also process some difficult problems , for example , programs with complex subscripts in loops
动态测试是基于我们假设如果循环中存在数据相关,那么在循环的有限几次迭代中就会出现数据相关。 - The most common analysis is data dependence analysis , which is to determine the i tructio that use the variable ( register or memory location ) modified by another i truction
最通常的分析是数据依存性分析,它用来确定指令使用的变量(寄存器或内存位置)是否被另一条指令修改。 - The most common analysis is data dependence analysis , which is to determine the instructions that use the variable ( register or memory location ) modified by another instruction
最通常的分析是数据依存性分析,它用来确定指令使用的变量(寄存器或内存位置)是否被另一条指令修改。 - We can also find unexecutable paths of the sequential program . when we find them we will stop the analysis . we enhance the capability of the traditional methods of detecting data dependence
我们采用了遍历程序路径和对路径进行符号执行的策略,这样可以尽可能早的发现程序中的不可执行路径,从而提高分析的效率。 - In static analysis , we generate the control flow graph of the sequential program and convert the graph to an extended finite state machine ( efsm ) . by analyzing the paths of the efsm , we can find whether there is data dependence in the program or not
数据相关性的静态测试中,我们首先生成程序的流程图,在遍历流程图的同时生成这个程序的扩展有限状态机( efsm ) ,然后调用路径分析工具对efsm的路径进行分析。 - Because the dynamic schedule technique cannot eliminate the data dependence in quantum instructions , we have proposed a parallel quantum computing model ( pqcm ) based on quantum network model to resolve this problem . we also analyzed the parallelism in quantum network , and give the analyzing and recomposing algorithm
在量子网络计算模型的基础上,深入分析了量子网络中存在的并行性,提出了并行量子计算模型,研究了开发量子网络并行性的方法,提出了量子网络并行化重构算法。 - There are three key factors baffle the sma processor : context load imbalance , inter - thread control dependence and inter - thread data dependence . to maintain performance boost , the sma compiler must eliminate those factors thoroughly . the work of this paper include : 1 the paper thoroughly investigates execution behavior of various applications on sma architecture
主要的工作与创新点包括: 1研究了sma结构各种主要程序结构的适应性和性能优化特性,确定了sma模型的关键性能要素:现场间负载不均衡、线程间控制前瞻失效与线程间数据前瞻失效。 - One of the key elements to achieving higher performance in microprocessors is executing more instructions per cycle . however , dependencies among instructions , varying latencies of certain instructions , and execution resources constraints , limit this parallelism considerably . in order to exploit instruction level parallelism , processor should employ data dependence analysis to identify independent instructions that can execute in parallel
当前,在微处理器体系结构研究中,为了充分提高微处理器的处理性能,主要采用了指令级并行技术( ilp ) ,指令级并行性的开发程度对发挥微处理器的硬件特性,提高程序运行性能至为关键。 - In both cases we can derive data dependences from reaching definitions and uses information obtained by data flow analysis . at schedule time true register dependencies are known , so register analysis does not involve any complication . but for memory dependencies we have to deal with the problem of aliasing ( addresses are computed during execution )
而对于存储器访问指令而言,其相关性分析则相对复杂得多,关键问题是必须解决存储器访问地址的别名问题( aliasingproblem ) ,即必须判断出对存储器的两次访问是否针对同一个地址单元,然后在此基础上进行存储器访问的数据相关性分析。 - In this thesis , we will review some traditional methods of detecting data dependence and analyze the relation between the data dependence and the mechanism of parallelism . based on path analysis and symbolic execution , we describe two methods , static analysis and dynamic analysis , for detecting data dependence of array variables in loops of sequential programs
进而提出了基于路径分析和符号执行的静态测试和动态测试方法,来研究串行程序中循环内部数组变量的数据相关性,该方法对于下标表达式为线性表达式时有很好的效果,而且能够处理一些复杂的数组下标表达式,比如数组下标表达式含有输入变量和非线性下标表达式的情况。